This page last changed on Jan 24, 2007 by bowens.
Q: When I add a coverage through the GUI I get the following error:
CoverageDataSet. Please check the CoverageDataSet configuration
A: To fix this problem I had to remove my natively installed JAI and ImageIO files (.dll in Windows and .so in Linux). These can be found in your java JRE\bin directory. On my machine that was: C:\j2sdk1.4.2_13\jre\bin
The files I removed were:
- mlib_jai_util.dll
- clib_jiio.dll
- clib_jiio_sse2.dll
|